![]() ![]() |
Q: Type your question here.A: Type your answer here. Perhaps illustrate your point with some source code: Listing 1: Creating an AUGraph and adding nodes. ComponentDescription cd; cd.componentFlags = 0; cd.componentFlagsMask = 0; cd.componentType = kAudioUnitType_Output; cd.componentSubType = kAudioUnitSubType_DefaultOutput; cd.componentManufacturer = kAudioUnitManufacturer_Apple; AUGraphNewNode (mAUGraph, &cd, 0, NULL, &mOutputNode); Posted: 2004-05-04 |